projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34e7f87
)
(EMACS): Use $(THISDIR) to make emacs.exe path
author
Andrew Innes
<andrewi@gnu.org>
Tue, 6 Feb 2001 15:51:02 +0000
(15:51 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Tue, 6 Feb 2001 15:51:02 +0000
(15:51 +0000)
absolute.
lisp/makefile.w32-in
patch
|
blob
|
history
diff --git
a/lisp/makefile.w32-in
b/lisp/makefile.w32-in
index 18c9ac4a9b9c1828679aaea90e224b7229b662de..619851363ec8a4700f7c9629a91250277f20cfd4 100644
(file)
--- a/
lisp/makefile.w32-in
+++ b/
lisp/makefile.w32-in
@@
-32,7
+32,7
@@
lisp = $(CURDIR)
# You can specify a different executable on the make command line,
# e.g. "make EMACS=../src/emacs ...".
-EMACS = "../bin/emacs.exe"
+EMACS = "
$(THISDIR)/
../bin/emacs.exe"
# Command line flags for Emacs. This must include --multibyte,
# otherwise some files will not compile.